[TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 15 Jun 2006 12:11:31 +0000 (13:11 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 15 Jun 2006 12:11:31 +0000 (13:11 +0100)
commit76f880fe7dc70b529cca572dcb0ae9815a76afff
tree36052febe9557e84b01d422b28d4fb96bef0eaec
parenta8bdc8130ef1242b2db60cad430ad1ba336cf102
[TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.
No longer open the device as non-blocking: all reads immediately follow
a select() on the device indicating it's ready to read.

Signed-off-by: John Levon <john.levon@sun.com>
tools/console/daemon/io.c
tools/console/daemon/utils.c
tools/console/daemon/utils.h
tools/ioemu/target-i386-dm/helper2.c
tools/libxc/xc_linux.c
tools/libxc/xenctrl.h
tools/xenmon/xenbaked.c
tools/xenstore/fake_libxc.c
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_domain.c